.footer {
    width: 100%;
    background: rgba(240, 240, 240, 1);
    text-align: center;
}

.footer_content {
    display: inline-block;
    padding-top: 1.87rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #D5D7DC;
}

.footer_content_item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.footer_content_item_extra {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 5.5rem;
}

.footer_content_item_extra_title {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1.25rem;
    padding-top: 0.21rem;
    padding-bottom: 1rem;
}

.footer_content_item_title {
    padding-right: 5rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 1.25rem
}

.footer_content_item_title_last {
    padding-right: 1.17rem;
}

.footer_content_item_bd {
    padding-top: 1.37rem;
}

.footer_content_item_bd .link {
    font-size: 0.75rem;
    color: rgba(102, 102, 102, 1);
    line-height: 0.75rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.footer_qr_code_section {
    width: 4.16rem;
    padding-left: 1.54rem;
    border-left: 1px solid #DEDDDD;
    display: inline-block;
}

.footer_qr_code_section img {
    width: 4.08rem;
}

.footer_qr_code_section .qr_code_title {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-top: 7px;
}

.footer_qr_code_section .first {
    padding-bottom: 1rem;
}

.footer_copyright {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-top: 2rem;
    padding-bottom: 2.5rem;
}